CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - FTP 类

搜索资源列表

  1. kingate-1.6.tar

    0下载:
  2. kingate是一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类unix,还有windows(最新版本要求nt 4.0以上)操作系统上 kingate是一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 kingate还支持tcp端口映射,可以实现别人访问你的内网主机。-kingate is an agent server,
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:225105
    • 提供者:none
  1. JMyFtpClient

    0下载:
  2. Ftp 文件和文件夹上传下载类 很实用-A class of ftp which can uploads and downloads files and directories. Very useful.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:30819
    • 提供者:王为
  1. ftpfiles

    1下载:
  2. 本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory, a directory name and file uplo
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:59623
    • 提供者:陈康
  1. ftpclient_class

    0下载:
  2. ftp客户端完整实现的类,完整实现了上传、下载、删除、列表等等功能!-a c++ ftp class ,which implements upload/download/delete/list function,etc.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:38995
    • 提供者:篱笆
  1. Simple_FTP_Server

    0下载:
  2. ftp ftp下载的好处我在这里就不多说了,许多工程会把ftp下载作为一个重要的功能来实现。微软提供的WinInet类可以利用下面这些函数: -ftp download the benefits here, I will not say more, many works will ftp download as an important function to be achieved. Microsoft's WinInet class can use these functions b
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:274033
    • 提供者:feng
  1. FtpFiless

    0下载:
  2. 使用WinInet类开发的ftp客户端 实现了ftp的基本功能.-category development ftp client achieve the ftp's basic functions.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:28715
    • 提供者:李聪
  1. NowUsingv1.1

    0下载:
  2. 将FTP客户端封装到一个C++类里,只有三个接口,简单实用,而且稳定,已经过严格测试!-FTP client will be packaged into a category C, only three interface, simple and practical, but stable, rigorous testing has been!
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:17658
    • 提供者:鲁霖
  1. FTPClient01_src

    0下载:
  2. 一个对FTP上传和下载进行了封装的C++类。实现了PASV模式,简单易用。-one pair of FTP upload and download of the category C Packaging. To achieve the PASV mode, easy to use.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:44555
    • 提供者:刘宇
  1. MIniFTPServer

    0下载:
  2. 一个Mini的FTP服务器程序,已经封装成类了.-an FTP server program, packaged as a category.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:29909
    • 提供者:曹文博
  1. FtpLib_cn

    0下载:
  2. .net framework 1.1一个ftp操作类,支持中文文件名
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3952
    • 提供者:马上
  1. Unixftpcilent

    1下载:
  2. 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:4704
    • 提供者:sl
  1. LightFTPClient_src

    0下载:
  2. C#网络开发,一个简单的Ftp客户端实现, 里面有一个FTP的类库。-C# network development, a simple FTP client to achieve, which has a library of the FTP.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:63873
    • 提供者:记录块发
  1. 98_FTPExp

    0下载:
  2. FTP文件传输程序,使用WinInet类编写。-FTP file transfer, the use of WinInet category prepared.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:32412
    • 提供者:驴洪涛
  1. FtpClientTest

    0下载:
  2. 采用SDK API函数实现FTP功能,非MFC类.-using SDK API functions FTP functions, non-MFC category.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:46165
    • 提供者:王钢
  1. FtpClientPro

    0下载:
  2. 本程序利用CSocket类编写ftp客户端-the procedures used to prepare CSocket category ftp client
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17219
    • 提供者:张耀文
  1. FTPsever_c++.net

    0下载:
  2. 利用Socket套接字创建基于对话框类的FTP工具。主要功能是在网络上的FTP服务器上,实现单线程下载,能够实现文件上传功能。-use Socket created based on the type dialog FTP tools. Its main function is on the network FTP server, the thread to achieve the download, upload documents to achieve functional.
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:241131
    • 提供者:林林
  1. kcommon

    0下载:
  2. CodeProject上的FTP操作类,关于上传、下载、及目录操作等。-CodeProject the FTP operations, on the upload, download, and the catalog operation.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:24969
    • 提供者:cheng
  1. myFtpdClass

    0下载:
  2. 自己练习时编写的一个FTP服务器的类,能够完成一般FTP的功能。-their practice to prepare an FTP server category, to complete the general FTP functions.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8209
    • 提供者:清风雪
  1. CEFTP

    1下载:
  2. 这个程序是我编写的从FTP站点下载文件的wince程序,自己封装了wininet.lib的API 形成几个基于MFC的类,并编写了下载文件的函数,可以移植到任何需要ftp操作的wince程序中。-this procedure is the preparation of the FTP site downloaded documents wince procedures, Packaging of their wininet.lib API form several categories ba
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:61912
    • 提供者:cliburn
  1. FTP一个完整FTP客户端类库实例

    0下载:
  2. 本代码实现了一个完整的FTP客户端,实测可用,不可多得!
  3. 所属分类:C#编程

    • 发布日期:2021-02-08
    • 文件大小:103530
    • 提供者:luoriwuhuchun
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com